home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 February: Tool Chest / Apple Developer CD Series Tool Chest February 1996 (Apple Computer)(1996).iso / Sample Code / AOCE Sample Code / PowerTalk Access Modules / Sample SMSAM / SampleSMSAM Source / TupleDatabase / makefile < prev    next >
Encoding:
Makefile  |  1995-07-28  |  9.3 KB  |  219 lines  |  [TEXT/MPS ]

  1. # This makefile was produced at 8:15:37 PM on Mon, Feb 28, 1994 by
  2. # MakeMake 2.0d36 (6/24/1991) by Rick Holzgrafe, scott douglass, Jeff Holcomb.
  3. # To change this Makefile edit the definition of MAKEMAKE below
  4. # and execute Make Makefile.
  5.  
  6.  
  7. .cp.o            ƒ    .cp
  8.     BLJCPlus {default}.cp -o "{BLJObjects}" {COptions} {CPlusOptions} {BLJLoadDumpFileOption}
  9.  
  10. .p.o            ƒ    .p
  11.     BLJPascal {default}.p -o "{BLJObjects}" {POptions}
  12.  
  13. .c.o            ƒ    .c
  14.     BLJC {default}.c -o "{BLJObjects}" {COptions}
  15.  
  16. MAKEMAKE = MakeMake ∂
  17.             -nosys -pre ::ScriptsAndTools:CPlusDefaultMakeRule ∂
  18.             'CPlusOptions="{BLJCPlusOptions}"' 'COptions="{BLJCOptions}"' ∂
  19.             'POptions="{BLJPOptions}"' 'LIBOPTS="{BLJLibOptions}"' ∂
  20.             'LINKOPTS="{BLJLinkOptions}"' ∂
  21.             "CTAGSOPTS=-cplusplus -p -local -update" -i '{BLJLoadDumpFileStuff}' ∂
  22.             -i '{BLJ2020Interfaces}' -i '{BLJVirtualFile}' -i '{BLJThreadStuff}' ∂
  23.             LINK=BLJLink LIB=BLJLib REZ=BLJRez -i '{BLJBovineServer}' -i ∂
  24.             '{BLJBuildingBlocks}' -i '{BLJCoreGateway}' -i '{BLJThreadStuff}' ∂
  25.             -srcdirs '{BLJTupleDatabase}' -objdir '{BLJObjects}' ∂
  26.         -t '{BLJObjects}TupleDatabase.o' ∂
  27.             ADASTupleDatabase.cp TupleDatabase.cp BTreeTupleDatabase.cp ∂
  28.             HFSTupleDatabase.cp RAMTupleDatabase.cp BTreeGlue.a.o DiskEntry.cp ∂
  29.             DiskLog.cp CreateObject.cp TupleTests.cp DiskLogTests.cp
  30.  
  31. {BLJObjects}    ƒ {BLJTupleDatabase}
  32.  
  33. TARGETS = "{BLJObjects}TupleDatabase.o"
  34.  
  35. DOT_H = "{BLJThreadStuff}Threads.h" "{BLJThreadStuff}Failure.h" ∂
  36.     ADASTupleDatabase.h TupleDatabase.h "{BLJBuildingBlocks}DirectObject.h" ∂
  37.     "{BLJBovineServer}DebuggingGear.h" BTreeTupleDatabase.h BTEqu.h ∂
  38.     HFSTupleDatabase.h "{BLJBuildingBlocks}HandleObject.h" RamTupleDatabase.h ∂
  39.     DiskEntry.h DiskLog.h CreateObject.h TupleTests.h ∂
  40.     "{BLJBuildingBlocks}DebugFlag.h" "{BLJBuildingBlocks}DebugAssert.h"
  41.  
  42. DOT_R =
  43.  
  44. SRCS = ADASTupleDatabase.cp TupleDatabase.cp BTreeTupleDatabase.cp ∂
  45.     HFSTupleDatabase.cp RAMTupleDatabase.cp DiskEntry.cp DiskLog.cp ∂
  46.     CreateObject.cp TupleTests.cp DiskLogTests.cp
  47.  
  48. OBJS = "{BLJObjects}ADASTupleDatabase.cp.o" "{BLJObjects}TupleDatabase.cp.o" ∂
  49.     "{BLJObjects}BTreeTupleDatabase.cp.o" "{BLJObjects}HFSTupleDatabase.cp.o" ∂
  50.     "{BLJObjects}RAMTupleDatabase.cp.o" "{BLJObjects}DiskEntry.cp.o" ∂
  51.     "{BLJObjects}DiskLog.cp.o" "{BLJObjects}CreateObject.cp.o" ∂
  52.     "{BLJObjects}TupleTests.cp.o" "{BLJObjects}DiskLogTests.cp.o"
  53.  
  54. LIBS = BTreeGlue.a.o
  55.  
  56. CPlusOptions = "{BLJCPlusOptions}"
  57. LIBOPTS      = "{BLJLibOptions}"
  58. LINKOPTS     = "{BLJLinkOptions}"
  59. CTAGSOPTS    = -cplusplus -p -local -update
  60. LINK         = BLJLink
  61. LIB          = BLJLib
  62. REZ          = BLJRez
  63. COUNT        = Count
  64. COUNTOPTS    = 
  65. CTAGS        = Ctags
  66. DELETE       = Delete
  67. DELETEOPTS   = -i
  68. FILES        = Files
  69. FILESOPTS    = -l
  70. MAKEFILE     = Makefile
  71. PRINT        = Print
  72. PRINTOPTS    = 
  73. SETFILE      = SetFile
  74. SETFILEOPTS  = -t 'MPST' -c 'MPS '
  75.  
  76.  
  77. AOptions = -i "{BLJLoadDumpFileStuff}" -i "{BLJ2020Interfaces}" ∂
  78.     -i "{BLJVirtualFile}" -i "{BLJThreadStuff}" -i "{BLJBovineServer}" ∂
  79.     -i "{BLJBuildingBlocks}" -i "{BLJCoreGateway}" -i "{BLJThreadStuff}"
  80.  
  81. COptions = "{BLJCOptions}" -i "{BLJLoadDumpFileStuff}" -i "{BLJ2020Interfaces}" ∂
  82.     -i "{BLJVirtualFile}" -i "{BLJThreadStuff}" -i "{BLJBovineServer}" ∂
  83.     -i "{BLJBuildingBlocks}" -i "{BLJCoreGateway}" -i "{BLJThreadStuff}"
  84.  
  85. POptions = "{BLJPOptions}" -i "{BLJLoadDumpFileStuff}" -i "{BLJ2020Interfaces}" ∂
  86.     -i "{BLJVirtualFile}" -i "{BLJThreadStuff}" -i "{BLJBovineServer}" ∂
  87.     -i "{BLJBuildingBlocks}" -i "{BLJCoreGateway}" -i "{BLJThreadStuff}"
  88.  
  89. ROptions = -a -i "{BLJLoadDumpFileStuff}" -i "{BLJ2020Interfaces}" ∂
  90.     -i "{BLJVirtualFile}" -i "{BLJThreadStuff}" -i "{BLJBovineServer}" ∂
  91.     -i "{BLJBuildingBlocks}" -i "{BLJCoreGateway}" -i "{BLJThreadStuff}"
  92.  
  93. "{BLJObjects}TupleDatabase.o"    ƒ {OBJS} {LIBS}
  94.     {LIB} {LIBOPTS} -o {Targ} {OBJS} {LIBS}
  95.  
  96.  
  97.  
  98. {MAKEFILE}    ƒ NoSuchFile ::ScriptsAndTools:CPlusDefaultMakeRule
  99. NoSuchFile    ƒ
  100.     {MAKEMAKE}
  101.  
  102. clean    ƒ
  103.     {DELETE} {DELETEOPTS} {OBJS}
  104.  
  105. clobber    ƒ clean
  106.     {DELETE} {DELETEOPTS} {TARGETS}
  107.  
  108. count    ƒ
  109.     {COUNT} {COUNTOPTS} {DOT_H} {DOT_R} {SRCS}
  110.  
  111. files    ƒ
  112.     {FILES} {FILESOPTS} {TARGETS} {MAKEFILE} {DOT_H} {DOT_R} {SRCS} ∂
  113.         ::ScriptsAndTools:CPlusDefaultMakeRule {OBJS}
  114.  
  115. print    ƒ
  116.     {PRINT} {PRINTOPTS} {MAKEFILE} {DOT_H} {DOT_R} {SRCS} ∂
  117.         ::ScriptsAndTools:CPlusDefaultMakeRule
  118.  
  119. tags    ƒ {DOT_H} {SRCS}
  120.     {CTAGS} {CTAGSOPTS} {C_INCDIRS} {NewerDeps}
  121.  
  122.  
  123. "{BLJObjects}ADASTupleDatabase.cp.o" ƒ ∂
  124.         "{BLJLoadDumpFileStuff}BLJStandardIncludes.h" ∂
  125.         "{BLJBuildingBlocks}DirectObject.h" "{BLJBuildingBlocks}HandleObject.h" ∂
  126.         "{BLJBuildingBlocks}PascalString.h" ∂
  127.         "{BLJ2020Interfaces}BLJOCEUtilities.h" "{BLJBuildingBlocks}OCEObjects.h" ∂
  128.         "{BLJ2020Interfaces}OCE.h" "{BLJ2020Interfaces}OCEMail.h" ∂
  129.         "{BLJ2020Interfaces}DigitalSignature.h" ∂
  130.         "{BLJ2020Interfaces}OCEAuthDir.h" "{BLJ2020Interfaces}OCEMessaging.h" ∂
  131.         "{BLJThreadStuff}ThreadClasses.h" "{BLJThreadStuff}Threads.h" ∂
  132.         "{BLJThreadStuff}Failure.h" "{BLJBuildingBlocks}NewDelete.h" ∂
  133.         "{BLJBovineServer}DebuggingGear.h" "{BLJBuildingBlocks}DebugFlag.h" ∂
  134.         "{BLJBuildingBlocks}DebugStream.h" ADASTupleDatabase.h ∂
  135.         "{BLJ2020Interfaces}OCEErrors.h" "{BLJBuildingBlocks}Utilities.h" ∂
  136.         "{BLJThreadStuff}AYSThreadGlue.h"
  137.  
  138. "{BLJObjects}TupleDatabase.cp.o" ƒ ∂
  139.         TupleDatabase.h "{BLJBuildingBlocks}Buffer.h" ∂
  140.         "{BLJBuildingBlocks}DirectObject.h" "{BLJBuildingBlocks}DataItem.h" ∂
  141.         "{BLJBuildingBlocks}Comparable.h" "{BLJBuildingBlocks}DebugAssert.h" ∂
  142.         "{BLJBovineServer}DebugConstants.h" "{BLJBovineServer}DebuggingGear.h" ∂
  143.         "{BLJBuildingBlocks}DebugFlag.h" "{BLJBuildingBlocks}DebugStream.h"
  144.  
  145. "{BLJObjects}BTreeTupleDatabase.cp.o" ƒ ∂
  146.         BTreeTupleDatabase.h TupleDatabase.h "{BLJBuildingBlocks}Buffer.h" ∂
  147.         "{BLJBuildingBlocks}DirectObject.h" "{BLJBuildingBlocks}DataItem.h" ∂
  148.         "{BLJBuildingBlocks}Comparable.h" BTEqu.h ∂
  149.         "{BLJBuildingBlocks}FileSpec.h" "{BLJBuildingBlocks}DebugAssert.h" ∂
  150.         "{BLJBovineServer}DebuggingGear.h" "{BLJBuildingBlocks}DebugFlag.h" ∂
  151.         "{BLJBuildingBlocks}DebugStream.h" "{BLJBovineServer}DebugConstants.h"
  152.  
  153. "{BLJObjects}HFSTupleDatabase.cp.o" ƒ ∂
  154.         HFSTupleDatabase.h TupleDatabase.h "{BLJBuildingBlocks}Buffer.h" ∂
  155.         "{BLJBuildingBlocks}DirectObject.h" "{BLJBuildingBlocks}DataItem.h" ∂
  156.         "{BLJBuildingBlocks}Comparable.h" "{BLJBuildingBlocks}FileSpec.h" ∂
  157.         "{BLJVirtualFile}AbstractFile.h" "{BLJBuildingBlocks}DebugAssert.h" ∂
  158.         "{BLJBuildingBlocks}HandleObjectOwner.h" ∂
  159.         "{BLJBuildingBlocks}HandleObject.h"
  160.  
  161. "{BLJObjects}RAMTupleDatabase.cp.o" ƒ ∂
  162.         RamTupleDatabase.h "{BLJLoadDumpFileStuff}BLJStandardIncludes.h" ∂
  163.         "{BLJBuildingBlocks}DirectObject.h" "{BLJBuildingBlocks}HandleObject.h" ∂
  164.         "{BLJBuildingBlocks}PascalString.h" ∂
  165.         "{BLJ2020Interfaces}BLJOCEUtilities.h" "{BLJBuildingBlocks}OCEObjects.h" ∂
  166.         "{BLJ2020Interfaces}OCE.h" "{BLJ2020Interfaces}OCEMail.h" ∂
  167.         "{BLJ2020Interfaces}DigitalSignature.h" ∂
  168.         "{BLJ2020Interfaces}OCEAuthDir.h" "{BLJ2020Interfaces}OCEMessaging.h" ∂
  169.         "{BLJThreadStuff}ThreadClasses.h" "{BLJThreadStuff}Threads.h" ∂
  170.         "{BLJThreadStuff}Failure.h" "{BLJBuildingBlocks}NewDelete.h" ∂
  171.         "{BLJBovineServer}DebuggingGear.h" "{BLJBuildingBlocks}DebugFlag.h" ∂
  172.         "{BLJBuildingBlocks}DebugStream.h" TupleDatabase.h ∂
  173.         "{BLJBuildingBlocks}Buffer.h" "{BLJBuildingBlocks}DataItem.h" ∂
  174.         "{BLJBuildingBlocks}Comparable.h" "{BLJBuildingBlocks}DebugAssert.h" ∂
  175.         "{BLJBovineServer}DebugConstants.h"
  176.  
  177. "{BLJObjects}DiskEntry.cp.o" ƒ ∂
  178.         DiskEntry.h "{BLJBuildingBlocks}GMTTime.h" ∂
  179.         "{BLJBuildingBlocks}DirectObject.h" "{BLJVirtualFile}AbstractFile.h"
  180.  
  181. "{BLJObjects}DiskLog.cp.o" ƒ ∂
  182.         DiskLog.h DiskEntry.h "{BLJBuildingBlocks}GMTTime.h" ∂
  183.         "{BLJBuildingBlocks}DirectObject.h" "{BLJBuildingBlocks}DebugAssert.h" ∂
  184.         "{BLJBovineServer}DebuggingGear.h" "{BLJBuildingBlocks}DebugFlag.h" ∂
  185.         "{BLJBuildingBlocks}DebugStream.h" "{BLJVirtualFile}AbstractFile.h" ∂
  186.         CreateObject.h "{BLJBuildingBlocks}FileSpec.h" ∂
  187.         "{BLJBuildingBlocks}HandleObjectOwner.h" ∂
  188.         "{BLJBuildingBlocks}HandleObject.h" "{BLJBuildingBlocks}Buffer.h"
  189.  
  190. "{BLJObjects}CreateObject.cp.o" ƒ ∂
  191.         CreateObject.h "{BLJBuildingBlocks}DebugAssert.h" ∂
  192.         "{BLJBovineServer}DebuggingGear.h" "{BLJBuildingBlocks}DebugFlag.h" ∂
  193.         "{BLJBuildingBlocks}DebugStream.h"
  194.  
  195. "{BLJObjects}TupleTests.cp.o" ƒ ∂
  196.         TupleTests.h "{BLJBuildingBlocks}BuildingBlocksTest.h" ∂
  197.         "{BLJBuildingBlocks}DebugFlag.h" "{BLJBuildingBlocks}DebugAssert.h" ∂
  198.         "{BLJBovineServer}DebugConstants.h" "{BLJBovineServer}DebuggingGear.h" ∂
  199.         "{BLJBuildingBlocks}DebugStream.h" "{BLJBuildingBlocks}DirectObject.h" ∂
  200.         BTreeTupleDatabase.h TupleDatabase.h "{BLJBuildingBlocks}Buffer.h" ∂
  201.         "{BLJBuildingBlocks}DataItem.h" "{BLJBuildingBlocks}Comparable.h" ∂
  202.         BTEqu.h "{BLJBuildingBlocks}FileSpec.h" HFSTupleDatabase.h ∂
  203.         RamTupleDatabase.h "{BLJLoadDumpFileStuff}BLJStandardIncludes.h" ∂
  204.         "{BLJBuildingBlocks}HandleObject.h" "{BLJBuildingBlocks}PascalString.h" ∂
  205.         "{BLJ2020Interfaces}BLJOCEUtilities.h" "{BLJBuildingBlocks}OCEObjects.h" ∂
  206.         "{BLJ2020Interfaces}OCE.h" "{BLJ2020Interfaces}OCEMail.h" ∂
  207.         "{BLJ2020Interfaces}DigitalSignature.h" ∂
  208.         "{BLJ2020Interfaces}OCEAuthDir.h" "{BLJ2020Interfaces}OCEMessaging.h" ∂
  209.         "{BLJThreadStuff}ThreadClasses.h" "{BLJThreadStuff}Threads.h" ∂
  210.         "{BLJThreadStuff}Failure.h" "{BLJBuildingBlocks}NewDelete.h"
  211.  
  212. "{BLJObjects}DiskLogTests.cp.o" ƒ ∂
  213.         DiskLog.h DiskEntry.h "{BLJBuildingBlocks}GMTTime.h" ∂
  214.         "{BLJBuildingBlocks}DirectObject.h" "{BLJBuildingBlocks}DebugAssert.h" ∂
  215.         TupleTests.h "{BLJBuildingBlocks}BuildingBlocksTest.h" ∂
  216.         "{BLJBuildingBlocks}DebugFlag.h" "{BLJBovineServer}DebugConstants.h" ∂
  217.         "{BLJBovineServer}DebuggingGear.h" "{BLJBuildingBlocks}DebugStream.h" ∂
  218.         "{BLJBuildingBlocks}FileSpec.h"
  219.